home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / file / cmpv1_1.lha / CMP / CMP.doc < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.9 KB  |  84 lines

  1.  
  2.                              CMP V1.1
  3.  
  4.   This program is Freeware,so you may copy it as long as you don`t change
  5.   anything on the documentation and the code.
  6.   
  7.   This program needs at least OS 2.04 to run.
  8.   
  9.   CMP is a useful tool to compare 2 files and display the differents between
  10.   them. I often needed such a tool but I couldn`t find one,so I wrote this
  11.   program.
  12.  
  13.   How to use ?
  14.  
  15.   To start CMP type "CMP [file1] [file2]" in the cli or simply double click
  16.   its icon.
  17.   Click the "load 1" and "load 2" gadgets to load 2 files and compare them
  18.   by pressing the the "compare" gadget. After a short time the files are
  19.   compared and now you can watch the differents by clicking the scrollbar or
  20.   the "Next Ln" , "Prev Ln" , "Next Pg" , "Prev Pg" , "Next Dif" , "Prev Dif"
  21.   gadgets.
  22.  
  23.   NextLn   - Jump to the next line.
  24.   Prev Ln  - Jump to previous line.
  25.   Next Pg  - Jump to next page.
  26.   Prev Pg  - Jump to previous page.
  27.   Next Dif - Jump to next different.
  28.   Prev Dif - Jump to previous different.
  29.  
  30.   If there is a differnt between two bytes of the files the backround is
  31.   marked blue.
  32.  
  33.   To look for version numbers click the "Version" gadget. CMP will now
  34.   search for a string in the format "$VER: xxx ,0".
  35.   Please notice that if the "0" at the of the string is not found the
  36.   string won`t be displayed. This often happens if you search in text or
  37.   AmigaGuide files.
  38.   
  39.   If you click the "Info" gadget some informations about the size of the
  40.   files,the number of differents and free memory will be given.
  41.  
  42.   To quit CMP press the CloseGadget.
  43.  
  44.   If you want to,you can use the menu and the keyboard instead of pressing
  45.   gadgets.
  46.  
  47.   Key functions are :
  48.  
  49.   1  .................................. load file 1
  50.   2 ................................... load file 2
  51.   c ................................... compare the files
  52.   i ................................... informations
  53.   v ................................... search for version strings
  54.   a ................................... about
  55.   cursor down ......................... next line
  56.   cursor up ........................... previous line
  57.   cursor right ........................ next page
  58.   cursor left ......................... previous page
  59.   n ................................... next different
  60.   p ................................... previous different
  61.   t ................................... jump to top of files
  62.   b ................................... junp to bottom of files
  63.   escape .............................. quit
  64.  
  65.   CMP makes use of the reqtools.library by Nico François. So make sure
  66.   you have installed it in your LIBS: Directory.
  67.  
  68.   Tell me if you find bugs or if you have ideas for improving CMP.
  69.  
  70.   Hope you`ll find this program useful.
  71.  
  72.  
  73.   My Adress:
  74.  
  75.   Andreas Wiencke
  76.   Hamburger Allee 98
  77.   19063 Schwerin
  78.   Germany
  79.  
  80.   History : V1.0   first official release
  81.             V1.01  CMP crashed when comparing very small files, bug removed
  82.             V1.1   CMP now sets topaz 8 font
  83.  
  84.